LegendExpansion Enumeration

Represents the direction in which a legend expands while accommodating new entries.

Definition

Namespace: Independentsoft.Office.Odf.Charts
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum LegendExpansion

Members

Wide0 Legend expands horizontally.
High1 Legend expands vertically.
Balanced2 Legend expands horizontally and vertically.
Custom3 Legend expands according to the specified ratio.
None4 None.

See Also